docx
    Preparing search index...

    Type Alias IHeaderFooterOptions

    type IHeaderFooterOptions = {
        id?: number;
        type?: typeof HeaderFooterReferenceType[keyof typeof HeaderFooterReferenceType];
    }
    Index

    Properties

    Properties

    id?: number