import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
export interface IdentitySyncProvider {
readonly id: GuidValue;
readonly renderSettingsComponent: () => JSX.Element;
readonly displayName?: string;
readonly description?: string;
}