Type Alias GetOrganizationMembershipParams

GetOrganizationMembershipParams: GetOrganizationParams & {
    organizationMembershipId: string;
}