Type Alias IPageNumberTypeAttributes

IPageNumberTypeAttributes: {
    formatType?: typeof NumberFormat[keyof typeof NumberFormat];
    separator?: typeof PageNumberSeparator[keyof typeof PageNumberSeparator];
    start?: number;
}