/** @internal */
export enum CustomAction
{
    RequestAppId = 17,
}

/** @internal */
export interface U2FAppId
{
    AppId: string;
}
