interface GetOptions {
    host?: string;
    sessionID?: null | string;
}

Properties

Properties

host?: string
sessionID?: null | string