web3-mq-react
Version:
web3-mq-react-components
20 lines (19 loc) • 419 B
TypeScript
export declare enum ACCOUNT_CONNECT_TYPE {
PHONE = "phone",
EMAIL = "email",
LENS = "lens",
ENS = "ens",
DOTBIT = "dotbit"
}
export declare enum WEB3_MQ_DID_TYPE {
PHONE = "phone",
EMAIL = "email",
LENS = "lens.xyz",
DOTBIT = "dotbit",
ENS = "ens"
}
export declare const RSS3_USER_DID_PROFILE_PLATFORM: {
ens: string;
lens: string;
csb: string;
};