Type Alias EndpointInfo

EndpointInfo: {
    metadata?: Record<string, string>;
    name: string;
    queue_group?: string;
    subject: string;
}