import { BaseTypedef } from '../base.typedef'; export declare class PushNotificationsWnsdevice extends BaseTypedef { name: string; active: number; dateCreated: Date; deviceId: string; registrationId: string; userId: number; applicationId: string; } export declare class PushNotificationsWnsdeviceDetail extends PushNotificationsWnsdevice { } declare const PushNotificationsWnsdeviceListReponse_base: any; export declare class PushNotificationsWnsdeviceListReponse extends PushNotificationsWnsdeviceListReponse_base { } export {}; //# sourceMappingURL=push-notifications-wnsdevice.typedef.d.ts.map