interface ChannelOptions {
    payload: string;
    superuser?: "try" | "require";
    [_: string]: JsonValue | undefined;
}

Indexable

[_: string]: JsonValue | undefined

Properties

Properties

payload: string
superuser?: "try" | "require"