interface LockResponse {
    serverTimeout: string;
    token: string;
}

Properties

Properties

serverTimeout: string
token: string