interface UserSystemSubscriptionChannel {
    address?: string;
    type?: string;
    useCustomAddress?: boolean;
}

Hierarchy (View Summary)

Properties

address?: string
type?: string
useCustomAddress?: boolean