mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Minor improvements to Grist Node
This commit is contained in:
2
packages/nodes-base/nodes/Grist/types.d.ts
vendored
2
packages/nodes-base/nodes/Grist/types.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
export type GristCredentials = {
|
||||
apiKey: string;
|
||||
planType: 'free' | 'paid' | 'selfhosted';
|
||||
planType: 'free' | 'paid' | 'selfHosted';
|
||||
customSubdomain?: string;
|
||||
selfHostedUrl?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user