Skip to main content
Version: Next

TaskFilters

Home > @backstage/plugin-scaffolder-node > TaskFilters

Warning: This API is now obsolete.

this type is planned to be removed. Please reach out to us in an issue if you're using this type and your use cases.

TaskFilters

Signature:

export type TaskFilters = {
anyOf: TaskFilter[];
} | {
allOf: TaskFilter[];
} | {
not: TaskFilter;
} | TaskFilter;

References: TaskFilter