feat: add responses package
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export type CreateValetTokenResponseData =
|
||||
| {
|
||||
success: true
|
||||
valetToken: string
|
||||
}
|
||||
| {
|
||||
success: false
|
||||
reason: 'no-subscription' | 'expired-subscription' | 'invalid-parameters'
|
||||
}
|
||||
Reference in New Issue
Block a user