projects/netgrif-components-core/src/lib/resources/interface/file-field-request-body.ts
Properties |
|
fieldId |
fieldId:
|
Type : string
|
fileName |
fileName:
|
Type : string
|
Optional |
parentTaskId |
parentTaskId:
|
Type : string
|
export interface FileFieldRequest {
fieldId: string;
parentTaskId: string;
fileName?: string;
}