/** * This file was auto-generated by Fern from our API Definition. */ export interface OrganizationMembership { object: "organization_membership"; id: string; userID: string; organizationID: string; createdAt: Date; updatedAt: Date; }