Type Alias IHeaderFooterOptions

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