fix: handle cache tags for service tokens
This commit is contained in:
@@ -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