import { Role } from '..'; import { User, ManagedSource } from '../../user/'; export type TeamContact = Pick & { /** Timestamp of invitation creation. */ created_at?: string; email_unvalidated: string | null; managed_by?: ManagedSource; role?: Role; /** URL of the SAML identity provider. */ saml_idp?: string; }; //# sourceMappingURL=TeamContact.d.ts.map