/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { PlatformInvitationCreate } from './PlatformInvitationCreate'; /** * Request serializer for BulkPlatformInvitationView POST endpoint */ export type BulkPlatformInvitationCreate = { /** * List of invitation data objects */ invitation_data: Array; /** * The platform key for permission validation */ platform_key: string; };