fix(core): unexpected re-render in edgeless (#7077)

This commit is contained in:
EYHN
2024-05-27 07:51:59 +00:00
parent 2d2a84927d
commit 306cf2ae6f
2 changed files with 12 additions and 2 deletions

View File

@@ -59,6 +59,12 @@ export interface CreateCheckoutSessionInput {
successCallbackLink: InputMaybe<Scalars['String']['input']>;
}
export interface DeleteSessionInput {
docId: Scalars['String']['input'];
sessionIds: Array<Scalars['String']['input']>;
workspaceId: Scalars['String']['input'];
}
export enum EarlyAccessType {
AI = 'AI',
App = 'App',