interface Transport {
    key: string;
    ok: boolean;
    password: string;
}

Properties

Properties

key: string
ok: boolean
password: string