InterfaceFetchStatusesParams

interface FetchStatusesParams {
    id: readonly string[];
}

Properties

Properties

id: readonly string[]

The IDs of the Statuses in the database.