UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

7 lines (6 loc) 222 B
export interface UserEmailQuery { currentUserAccount?: { email: string; } | null; } export declare const UserEmailQueryString = "\n query UserEmail {\n currentUserAccount {\n email\n }\n }\n";