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

    Variable $ModalidadeInputCreateViewConst

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

    Type declaration

    • Readonlyproperties: {
          slug: {
              description: "Apelido da modalidade.";
              minLength: 1;
              nullable: false;
              type: "string";
          };
      }
    • Readonlyrequired: readonly ["slug"]
    • Readonlytype: "object"