synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
4 lines • 448 B
TypeScript
export type CreateOrUpdateAccessRequirementWizardStep = 'SET_AR_COMMON_FIELDS' | 'SET_MANAGED_AR_FIELDS' | 'SET_MANAGED_AR_ACL_PERMISSIONS' | 'SET_BASIC_AR_FIELDS';
export declare function getDialogTitle(step: CreateOrUpdateAccessRequirementWizardStep, isEditing: boolean): string;
export declare function isLastStep(step: CreateOrUpdateAccessRequirementWizardStep): boolean;
//# sourceMappingURL=CreateOrUpdateAccessRequirementWizardUtils.d.ts.map