Variable $ModalidadeInputCreateViewConst

$ModalidadeInputCreateView: {
    properties: {
        slug: {
            description: "Apelido da modalidade.";
            minLength: 1;
            nullable: false;
            type: "string";
        };
    };
    required: readonly ["slug"];
    type: "object";
} = ...