Variable $NivelFormacaoInputUpdateViewConst
$NivelFormacaoInputUpdateView: {
properties: {
slug: {
description: "Apelido do nível de formação.";
minLength: 1;
nullable: false;
type: "string";
};
};
type: "object";
} = ...
Type declaration
Readonly
properties: {
slug: {
description: "Apelido do nível de formação.";
minLength: 1;
nullable: false;
type: "string";
};
}
Readonly
type: "object"