@ladesa-ro/api-client-fetch - v1.0.0-next.35
    Preparing search index...

    Variable $OfertaFormacaoInputUpdateViewConst

    $OfertaFormacaoInputUpdateView: {
        properties: {
            modalidade: {
                allOf: readonly [
                    { $ref: "#/components/schemas/ModalidadeFindOneInputView" },
                ];
                description: "Modalidade da oferta de formação.";
                kind: "type";
                nullable: false;
            };
            nome: {
                description: "Nome da oferta de formação.";
                minLength: 1;
                nullable: false;
                type: "string";
            };
            slug: {
                description: "Apelido da oferta de formação.";
                minLength: 1;
                nullable: false;
                type: "string";
            };
        };
        type: "object";
    } = ...

    Type declaration

    • Readonlyproperties: {
          modalidade: {
              allOf: readonly [
                  { $ref: "#/components/schemas/ModalidadeFindOneInputView" },
              ];
              description: "Modalidade da oferta de formação.";
              kind: "type";
              nullable: false;
          };
          nome: {
              description: "Nome da oferta de formação.";
              minLength: 1;
              nullable: false;
              type: "string";
          };
          slug: {
              description: "Apelido da oferta de formação.";
              minLength: 1;
              nullable: false;
              type: "string";
          };
      }
    • Readonlytype: "object"