Variable ImageUploadWebhookRequestPayloadSchemaConst

ImageUploadWebhookRequestPayloadSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        format: {
            description: string;
            type: string;
        };
        has_alpha: {
            description: string;
            type: string;
        };
        height: {
            description: string;
            type: string;
        };
        image_name: {
            description: string;
            type: string;
        };
        image_type: {
            description: string;
            type: string;
        };
        size: {
            description: string;
            type: string;
        };
        width: {
            description: string;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = ImageUploadWebhookRequestPayload

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        format: {
            description: string;
            type: string;
        };
        has_alpha: {
            description: string;
            type: string;
        };
        height: {
            description: string;
            type: string;
        };
        image_name: {
            description: string;
            type: string;
        };
        image_type: {
            description: string;
            type: string;
        };
        size: {
            description: string;
            type: string;
        };
        width: {
            description: string;
            type: string;
        };
    }
    • format: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • has_alpha: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • height: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • image_name: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • image_type: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • size: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • width: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc