Type Alias MessageServerOptions

MessageServerOptions: {
    content: string;
    serverApiId?: string;
}