pengx17
2024-06-06 12:04:07 +00:00
parent d791ab73ba
commit f78416021a
11 changed files with 96 additions and 98 deletions

View File

@@ -297,7 +297,7 @@ export type CleanupCopilotSessionMutationVariables = Exact<{
export type CleanupCopilotSessionMutation = {
__typename?: 'Mutation';
cleanupCopilotSession: string;
cleanupCopilotSession: Array<string>;
};
export type CreateCheckoutSessionMutationVariables = Exact<{