export interface CreatePushNotificationAuthenticationMethod { /** Authentication method type (factor) */ type: "push-notification"; }