Type alias GetAutomationsWhere
GetAutomationsWhere : {
action?: {
actionKey?: string;
appKey?: string;
credentialKey?: string;
};
active?: boolean;
blueprintKey?: string;
consumerKey?: string;
name?: string;
status?: Automation["status"];
trigger?: {
appKey?: string;
credentialKey?: string;
triggerKey?: string;
};
}
action?: {
actionKey?: string;
appKey?: string;
credentialKey?: string;
};
active?: boolean;
blueprintKey?: string;
consumerKey?: string;
name?: string;
status?: Automation["status"];
trigger?: {
appKey?: string;
credentialKey?: string;
triggerKey?: string;
};
}
Type declaration
Optional
action?: {
actionKey?: string;
appKey?: string;
credentialKey?: string;
}Optional
actionKey ?: stringOptional
appKey ?: stringOptional
credentialKey ?: string
Optional
active?: booleanOptional
blueprintKey ?: stringOptional
consumerKey ?: stringOptional
name?: stringOptional
status?: Automation["status"]Optional
trigger?: {
appKey?: string;
credentialKey?: string;
triggerKey?: string;
}Optional
appKey ?: stringOptional
credentialKey ?: stringOptional
triggerKey ?: string