Type alias DeleteS3FileData

DeleteS3FileData: {
    fileKey: string;
    storage?: string;
    workspace: string;
}

Type declaration

  • fileKey: string
  • Optional storage?: string
  • workspace: string