Interface ISettingPrimitives

interface ISettingPrimitives {
    format?: IFormat;
    tags?: ITagPrimitive[];
    withDate?: boolean;
}

Properties

format?: IFormat
tags?: ITagPrimitive[]
withDate?: boolean