n8n-nodes-base
Version:
Base nodes of n8n
64 lines • 1.31 kB
TypeScript
export declare const alertCommonFields: ({
displayName: string;
id: string;
type: string;
removed: boolean;
options?: undefined;
canBeUsedToMatch?: undefined;
} | {
displayName: string;
id: string;
type: string;
options: {
name: string;
value: number;
}[];
removed: boolean;
canBeUsedToMatch?: undefined;
} | {
displayName: string;
id: string;
type: string;
canBeUsedToMatch: boolean;
removed: boolean;
options?: undefined;
})[];
export declare const caseCommonFields: ({
displayName: string;
id: string;
type: string;
removed: boolean;
options?: undefined;
} | {
displayName: string;
id: string;
type: string;
options: {
name: string;
value: number;
}[];
removed: boolean;
})[];
export declare const taskCommonFields: {
displayName: string;
id: string;
type: string;
removed: boolean;
}[];
export declare const observableCommonFields: ({
displayName: string;
id: string;
type: string;
removed: boolean;
options?: undefined;
} | {
displayName: string;
id: string;
type: string;
options: {
name: string;
value: number;
}[];
removed: boolean;
})[];
//# sourceMappingURL=constants.d.ts.map