export interface CreateAuthKeyResponse {
    authKey: string;
    desktopClientUrl: string;
    mobileClientUrl: string;
    webClientUrl: string;
}
