Edit File: index.d.ts
export default function auth(apiToken: string): Promise<string>;
Back to File Manager