Variable $CidadeFindOneInputDtoConst

$CidadeFindOneInputDto: {
    properties: {
        id: {
            description: "ID do Registro.";
            nullable: false;
            type: "integer";
        };
    };
    required: readonly ["id"];
    type: "object";
} = ...