@skeel/launcher
    Preparing search index...

    Type Alias ChatMessage

    Chat message returned by the launcher chat API.

    type ChatMessage = {
        id: string;
        public?: ChatPublicMessage;
    }
    Index
    id: string