UNPKG

@paroicms/server

Version:
3 lines (2 loc) 115 B
export type AccountType = "google" | "local"; export declare function formatAccountType(val: string): AccountType;