interface IInput {
    data: {
        access_token: string;
        refresh_token: string;
    };
}

Properties

Properties

data: {
    access_token: string;
    refresh_token: string;
}

Type declaration

  • access_token: string

    Токен доступа

  • refresh_token: string

    Токен обновления