@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
8 lines (7 loc) • 579 B
TypeScript
import { IdentityProviderProperty, UserTypeEvaluation } from "@omnia/fx-models";
export declare const IdentitySyncRuleBlade: import("vue-tsx-support")._TsxComponentV3<import("vue").default, {}, import("vue-tsx-support").PropsForOutside<{
data: UserTypeEvaluation;
getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
saveChanges: (data: UserTypeEvaluation) => Promise<void>;
getSyncPropertyDisplayName: (property: IdentityProviderProperty) => string;
}, "data" | "getSyncPropertiesApi" | "getSyncPropertyDisplayName" | "saveChanges">, any, any, any>;