type alias ObjectDataimport { type ObjectData } from "https://deno.land/x/netzo@0.5.70/plugins/types.ts"; definition: { createdAt?: string; updatedAt?: string; workspaceId?: string; key?: string; contentType?: string; size?: number; isPublic?: boolean; }