Variable $ModalidadeInputUpdateDtoConst

$ModalidadeInputUpdateDto: {
    properties: {
        nome: {
            description: "Nome da modalidade.";
            nullable: false;
            type: "string";
        };
        slug: {
            description: "Slug da modalidade.";
            nullable: false;
            type: "string";
        };
    };
    type: "object";
} = ...