Skip to main content
Version: Next

TaskFilter

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

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.

TaskFilter

Signature:

export type TaskFilter = {
key: string;
values?: string[];
};