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

    Variable $DisponibilidadeInputCreateViewConst

    $DisponibilidadeInputCreateView: {
        properties: {
            dataFim: {
                $schema: "https://json-schema.org/draft/2020-12/schema";
                description: "Date ISO 8601.";
                format: "date";
                nullable: true;
                type: "string";
            };
            dataInicio: {
                $id: "ladesa://schemas/v3/generics/date.json";
                $schema: "https://json-schema.org/draft/2020-12/schema";
                description: "Date ISO 8601.";
                format: "date";
                nullable: false;
                type: "string";
            };
        };
        required: readonly ["dataInicio", "dataFim"];
        type: "object";
    } = ...

    Type declaration

    • Readonlyproperties: {
          dataFim: {
              $schema: "https://json-schema.org/draft/2020-12/schema";
              description: "Date ISO 8601.";
              format: "date";
              nullable: true;
              type: "string";
          };
          dataInicio: {
              $id: "ladesa://schemas/v3/generics/date.json";
              $schema: "https://json-schema.org/draft/2020-12/schema";
              description: "Date ISO 8601.";
              format: "date";
              nullable: false;
              type: "string";
          };
      }
    • Readonlyrequired: readonly ["dataInicio", "dataFim"]
    • Readonlytype: "object"