fix: handle cache tags for service tokens
This commit is contained in:
committed by
Pontus Dreij
parent
e5f85e0499
commit
3c548923ff
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