File

projects/netgrif-components-core/src/lib/resources/interface/create-case-request-body.ts

Index

Properties

Properties

color
color: string
Type : string
Optional
netId
netId: string
Type : string

StringId of the process from which the new case should be created

title
title: string
Type : string

Title of the new case

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;
}

result-matching ""

    No results matching ""