/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Serializer for platforms. */ export type RbacPlatform = { readonly id: number; /** * The platform key */ key: string; /** * The name of the platform */ name?: string | null; };