UNPKG

@daystram/ratify-client

Version:
6 lines (5 loc) 170 B
export interface ITokenStorage { getItem: (key: string) => string | null; setItem: (key: string, value: string) => void; removeItem: (key: string) => void; }