fix: handle cache tags for service tokens
This commit is contained in:
7
types/enums/serviceToken.ts
Normal file
7
types/enums/serviceToken.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export enum ServiceTokenScopeEnum {
|
||||
profile = "profile",
|
||||
hotel = "hotel",
|
||||
booking = "booking",
|
||||
}
|
||||
|
||||
export type ServiceTokenScope = keyof typeof ServiceTokenScopeEnum
|
||||
Reference in New Issue
Block a user