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

Properties

Properties

linkId: Id
role?: string
secret: string