export type Membership = { id: string; groupId: string; collectionId: string; permission: string; };