Type Alias INumberingOptions

INumberingOptions: {
    config: readonly {
        levels: readonly ILevelsOptions[];
        reference: string;
    }[];
}