mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
feat: bump blocksuite (#5767)
Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
@@ -34,6 +34,14 @@ export interface Scalars {
|
||||
Upload: { input: File; output: File };
|
||||
}
|
||||
|
||||
export interface CreateCheckoutSessionInput {
|
||||
coupon: InputMaybe<Scalars['String']['input']>;
|
||||
idempotencyKey: Scalars['String']['input'];
|
||||
plan: InputMaybe<SubscriptionPlan>;
|
||||
recurring: InputMaybe<SubscriptionRecurring>;
|
||||
successCallbackLink: InputMaybe<Scalars['String']['input']>;
|
||||
}
|
||||
|
||||
/** The type of workspace feature */
|
||||
export enum FeatureType {
|
||||
Copilot = 'Copilot',
|
||||
|
||||
Reference in New Issue
Block a user