Type Alias WebPushSubscription
WebPushSubscription: {
alerts: { [key: string]: boolean };
endpoint: string;
id: string;
server_key: string;
standard: boolean;
}
Type Declaration
alerts: { [key: string]: boolean }
endpoint: string
id: string
server_key: string
standard: boolean