feat: add responses package
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { Subscription } from '@standardnotes/security'
|
||||
import { MinimalHttpResponse } from '../Http/MinimalHttpResponses'
|
||||
|
||||
export type GetSubscriptionResponse = MinimalHttpResponse & {
|
||||
data?: {
|
||||
subscription?: Subscription
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user