Type Alias ServerConversation

ServerConversation: {
    expiration_timestamp: number;
    id: string;
    origin: { type: ServerInitiation };
}

Type declaration