mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat(FE-42): create flags type
This commit is contained in:
Vendored
+13
@@ -53,3 +53,16 @@ export type BaseMetadata = {
|
||||
|
||||
export type Override<BaseType, Overrides> = Omit<BaseType, keyof Overrides> &
|
||||
Overrides;
|
||||
|
||||
export type flags =
|
||||
| 'PAKAN'
|
||||
| 'OBAT'
|
||||
| 'VITAMIN'
|
||||
| 'KIMIA'
|
||||
| 'EKSPEDISI'
|
||||
| 'IS_ACTIVE'
|
||||
| 'DOC'
|
||||
| 'PRE-STARTER'
|
||||
| 'STARTER'
|
||||
| 'FINISHER'
|
||||
| 'OVK';
|
||||
|
||||
Reference in New Issue
Block a user