feat: service code now accept any string
This commit is contained in:
parent
a5653962fc
commit
bae9615bd8
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ const MANAGE_ROLES = [
|
|||
];
|
||||
|
||||
type ServiceCreate = {
|
||||
code: "MOU" | "mou";
|
||||
code: string;
|
||||
name: string;
|
||||
detail: string;
|
||||
attributes?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue