UNPKG

rune

Version:

CLI to upload your games to Rune

13 lines (12 loc) 258 B
/** * Fetches information about the current developer. */ export declare function queryMe(): Promise<{ me: { __typename: "Me"; devId: number; displayName: string; email: string | null; admin: boolean; }; }>;