fix: type

This commit is contained in:
puriphatt 2024-10-25 10:10:31 +07:00
parent 13a7194793
commit 7554fe8150

View file

@ -34,6 +34,6 @@ export type WorkflowTemplatePayload = {
name: string; name: string;
type?: string; type?: string;
value?: string[]; value?: string[];
responseiblePersonId?: string[]; responsiblePersonId?: string[];
}[]; }[];
}; };