fix: type
This commit is contained in:
parent
13a7194793
commit
7554fe8150
1 changed files with 1 additions and 1 deletions
|
|
@ -34,6 +34,6 @@ export type WorkflowTemplatePayload = {
|
||||||
name: string;
|
name: string;
|
||||||
type?: string;
|
type?: string;
|
||||||
value?: string[];
|
value?: string[];
|
||||||
responseiblePersonId?: string[];
|
responsiblePersonId?: string[];
|
||||||
}[];
|
}[];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue