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
Optionalaction?: {
actionKey?: string;
appKey?: string;
credentialKey?: string;
}OptionalactionKey ?: stringOptionalappKey ?: stringOptionalcredentialKey ?: string
Optionalactive?: booleanOptionalblueprintKey ?: stringOptionalconsumerKey ?: stringOptionalname?: stringOptionalstatus?: Automation["status"]Optionaltrigger?: {
appKey?: string;
credentialKey?: string;
triggerKey?: string;
}OptionalappKey ?: stringOptionalcredentialKey ?: stringOptionaltriggerKey ?: string