UNPKG

@omnia/fx-models

Version:
8 lines (7 loc) 281 B
import { GuidValue, Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models"; export declare class BuiltInIdentityProviderIds { static get azureAd(): Guid; static get omnia(): Guid; static get ldap(): Guid; static get defaultAd(): GuidValue; }