Variable $NivelFormacaoInputCreateViewConst
$NivelFormacaoInputCreateView: {
properties: {
slug: {
description: "Apelido do nível de formação.";
minLength: 1;
nullable: false;
type: "string";
};
};
required: readonly ["slug"];
type: "object";
} = ...