UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

12 lines (11 loc) 235 B
export interface CreateCaseRequestBody { /** * Title of the new case */ title: string; /** * StringId of the process from which the new case should be created */ netId: string; color?: string; }