/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type PlatformMembershipConfig = { readonly platform_key: string; readonly platform_name: string; /** * Whether users can self-link to this platform */ allow_self_linking?: boolean; readonly created: string; readonly modified: string; };