summaryrefslogtreecommitdiff
path: root/src-migrate/types/tempo.ts
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-03-13 15:36:46 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-03-13 15:36:46 +0700
commitc02abe580bfdd28392f55704d613dea225428716 (patch)
tree7a79799b10ccd03b276a0ceb69dc478b411c2d45 /src-migrate/types/tempo.ts
parentb88292ed2c51bc790f91fabbd7f99e882115f328 (diff)
<iman> update register bisnis not found
Diffstat (limited to 'src-migrate/types/tempo.ts')
-rw-r--r--src-migrate/types/tempo.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/types/tempo.ts b/src-migrate/types/tempo.ts
index 27b0c67e..880a30bb 100644
--- a/src-migrate/types/tempo.ts
+++ b/src-migrate/types/tempo.ts
@@ -85,7 +85,7 @@ export type TempoPropsDokumen = z.infer<typeof TempoSchemaDokumen>;
export type TempoResApiProps = {
Tempo: boolean;
- reason: 'EMAIL_USED' | 'NOT_ACTIVE' | null;
+ reason: 'EMAIL_USED' | 'NOT_ACTIVE' | 'BISNIS_NOT_FOUND' | null;
};
type ActivationResProps = {