/** * Parameters for filtering by status */ import { Status } from './Status'; export interface StatusFilterable { status?: Status; }