refactor: add type messnger by area
This commit is contained in:
parent
532153ef34
commit
ffee1b4b99
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ export type WorkflowStep = {
|
|||
name: string;
|
||||
detail?: string;
|
||||
type: string | null;
|
||||
messengerByArea?: boolean;
|
||||
|
||||
// NOTE: for list like type only
|
||||
value: string[];
|
||||
|
|
@ -73,4 +74,5 @@ export type WorkFlowPayloadStep = {
|
|||
responsiblePersonId?: string[];
|
||||
responsibleInstitution?: string[];
|
||||
attributes: WorkFlowAttributes;
|
||||
messengerByArea?: boolean;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue