interface Options {
    linkId: number;
    role?: string;
    secret: string;
}

Properties

Properties

linkId: number
role?: string
secret: string

Generated using TypeDoc