interface ReportSettings {
    config: ReportSettinsConfig;
    createdAt: string;
    currency: Currency;
    id: number;
    isPublic: boolean;
    name: string;
    unit: Unit;
    updatedAt: string;
}

Properties

createdAt: string
currency: Currency
id: number
isPublic: boolean
name: string
unit: Unit
updatedAt: string