feat: service code now accept any string

This commit is contained in:
Methapon Metanipat 2024-08-16 11:50:38 +07:00
parent a5653962fc
commit bae9615bd8

View file

@ -36,7 +36,7 @@ const MANAGE_ROLES = [
];
type ServiceCreate = {
code: "MOU" | "mou";
code: string;
name: string;
detail: string;
attributes?: {