Type Alias IParagraphStylePropertiesOptions

IParagraphStylePropertiesOptions: {
    numbering?:
        | {
            custom?: boolean;
            instance?: number;
            level: number;
            reference: string;
        }
        | false;
} & ILevelParagraphStylePropertiesOptions