interface YandexSessionResponse {
    expires: number;
    secretKey: string;
}

Properties

Properties

expires: number
secretKey: string