import { GoDateLayout, GoTimeLayout } from '@fewangsit/wangsvue-spts/utils/date.util'; export interface PutEditGeneralSettingsBody { defaultCurrency: { currency: string; symbol: string; locale: string; label: string; }; dateFormat: GoDateLayout; timeFormat: GoTimeLayout; timeZone: string; geolocation: boolean; }