matrix-appservice-bridge
    Preparing search index...

    Interface AppServiceOutput

    interface AppServiceOutput {
        as_token: string;
        "de.sorunome.msc2409.push_ephemeral"?: boolean;
        hs_token: string;
        id: string;
        namespaces?: {
            aliases?: RegexObj[];
            rooms?: RegexObj[];
            users?: RegexObj[];
        };
        protocols?: string[]
        | null;
        rate_limited?: boolean;
        sender_localpart: string;
        url: string | null;
    }
    Index
    as_token: string
    "de.sorunome.msc2409.push_ephemeral"?: boolean
    hs_token: string
    id: string
    namespaces?: { aliases?: RegexObj[]; rooms?: RegexObj[]; users?: RegexObj[] }
    protocols?: string[] | null
    rate_limited?: boolean
    sender_localpart: string
    url: string | null