Type Alias DeleteS3FileData

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