Variable $ModalidadeInputUpdateViewConst
$ModalidadeInputUpdateView: {
properties: {
slug: {
description: "Apelido da modalidade.";
minLength: 1;
nullable: false;
type: "string";
};
};
type: "object";
} = ...
Type declaration
Readonly
properties: {
slug: {
description: "Apelido da modalidade.";
minLength: 1;
nullable: false;
type: "string";
};
}
Readonly
type: "object"