UNPKG

@omnia/fx-models

Version:
8 lines (7 loc) 272 B
import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models"; export interface IAuthenticationOwner { readonly omniaServiceId: GuidValue; } export interface IAuthenticationTypeIdentifier { readonly authenticationTypeId: GuidValue; }