export interface TokenInfo { // The content or asset id. i: string; // The app name. a: string; // The schema name. s?: string; // The base url. u: string; }