export type Attach = { ids: string[]; field: string; attachments: { [key: string]: T; }; attachedToType?: string; };