1 2 3 4 5 6 7 8
export type Ship = string; export interface S3Bucket { accessKeyId: string; endpoint: string; secretAccessKey: string; bucket: string; region: string; }