Type Alias PlatformAgentInformation

PlatformAgentInformation: {
    createdAt?: Date;
    name: string;
    type: string;
    updatedAt?: Date;
    version?: string;
}

Input fields for AddAgentInput / AddPlayerInput before agent is attached.