import { AuthenticatorType, Platform } from "../../entities"; import { RawAuthenticator } from "./RawAuthenticator"; export interface RawAppAuthenticator extends RawAuthenticator { type: AuthenticatorType.App; platform: Platform; } //# sourceMappingURL=RawAppAuthenticator.d.ts.map