Skip to content
On this page

IConnectionInfo

Interface Definition

ts
interface IConnectionInfo {
    accept: () => void;
    decline: (reason: string) => void;
    readonly isAccepted: boolean;
};

Documentation

Documentation Created with ❤️ by Stuyk