diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-12-02 09:31:44 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-12-02 09:31:44 +0700 |
| commit | 77f9843ad5072583cb1797d7ecf5ac80394bad3f (patch) | |
| tree | 61d25d17d7c1a090112f673fabc96dd8ffceb79a /src-migrate/types | |
| parent | ac83b0ea5afd82194f38fbc913678e16a81b5c2c (diff) | |
<iman> pengajuan tempo
Diffstat (limited to 'src-migrate/types')
| -rw-r--r-- | src-migrate/types/auth.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-migrate/types/auth.ts b/src-migrate/types/auth.ts index 8feac2e1..1b400e95 100644 --- a/src-migrate/types/auth.ts +++ b/src-migrate/types/auth.ts @@ -20,7 +20,8 @@ export type AuthProps = { onlyReadyStock: boolean; soApproval: boolean; }; - partner_tempo: boolean; + partner_tempo: string; + tempo_progres: string; }; export type AuthApiProps = OdooApiRes<AuthProps>; |
