UNPKG

@omnia/fx-models

Version:
5 lines (4 loc) 140 B
export interface SecurityContextParamRegistrationHandler { update: (newVal: string | number) => void; unregister: () => void; }