diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-08 13:55:44 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-08 13:55:44 +0700 |
| commit | 88198c83806b69ce6ab7815cee5c139536849c9f (patch) | |
| tree | 5a6da519dd9069fc9f1a8435392a0ab835a366fd /src-migrate/types/auth.ts | |
| parent | f80551e64e7b4fa1463ecd47d744f7f2846abfda (diff) | |
<iman> update quotation website
Diffstat (limited to 'src-migrate/types/auth.ts')
| -rw-r--r-- | src-migrate/types/auth.ts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src-migrate/types/auth.ts b/src-migrate/types/auth.ts index 593e120f..8feac2e1 100644 --- a/src-migrate/types/auth.ts +++ b/src-migrate/types/auth.ts @@ -16,10 +16,11 @@ export type AuthProps = { company: boolean; pricelist: string | null; token: string; - feature : { - onlyReadyStock : boolean, - soApproval : boolean - } + feature: { + onlyReadyStock: boolean; + soApproval: boolean; + }; + partner_tempo: boolean; }; export type AuthApiProps = OdooApiRes<AuthProps>; |
