feat: update getHotel to use real hotel api endpoint, support for service tokens, type modifications
This commit is contained in:
6
types/tokens.ts
Normal file
6
types/tokens.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface ServiceTokenResponse {
|
||||
access_token: string
|
||||
scope?: string
|
||||
token_type: string
|
||||
expires_in: number
|
||||
}
|
||||
Reference in New Issue
Block a user