export const GroupSchema = Schema.Struct({
uuid: Schema.UUID.annotations({
description: "The UUID of the group GANG",
}),
name: Schema.String.annotations({
description: "The name of the group",
}),
}).annotations({
identifier: "Group",
})
export const GroupSchema = Schema.Struct({
uuid: Schema.UUID.annotations({
description: "The UUID of the group GANG",
}),
name: Schema.String.annotations({
description: "The name of the group",
}),
}).annotations({
identifier: "Group",
})