Type alias S3Object

S3Object: {
    s3: string;
    storage?: string;
}

Type declaration

  • s3: string
  • Optional storage?: string