import { IdentityProviders } from "../../../../types/enums/Module"; export interface Schema { name: string; timeStamp: string; emails: boolean; idP: IdentityProviders[]; isFacebook: boolean; isGoogle: boolean; isApple: boolean; }