We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb464a6 commit 6e60ff4Copy full SHA for 6e60ff4
src/lib/bridge/handlers/fetch_notary_token.ts
@@ -3,7 +3,6 @@ import {RequestType} from './types';
3
import {environment} from '../../../environment';
4
5
export interface NotaryToken {
6
- steam_id: string;
7
token: string;
8
expires_at: string;
9
}
0 commit comments