Interface Notes

interface Notes {
    endNote: string;
    preNote: string;
}

Properties

Properties

endNote: string
preNote: string

Generated using TypeDoc