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?: null
        | string[];
        rate_limited?: boolean;
        sender_localpart: string;
        url: null | string;
    }
    Index

    Properties

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