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 = {
|
type ServiceCreate = {
|
||||||
code: "MOU" | "mou";
|
code: string;
|
||||||
name: string;
|
name: string;
|
||||||
detail: string;
|
detail: string;
|
||||||
attributes?: {
|
attributes?: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue