IOutput: {
createWebPushSubscription: {
message: string;
subscription: {
authKey: string;
createdAt: unknown;
endpoint: string;
id: string;
isActive: boolean;
p256dhKey: string;
updatedAt: unknown;
userAgent?: null | string;
username: string;
};
success: boolean;
};
}
Type declaration
createWebPushSubscription: {
message: string;
subscription: {
authKey: string;
createdAt: unknown;
endpoint: string;
id: string;
isActive: boolean;
p256dhKey: string;
updatedAt: unknown;
userAgent?: null | string;
username: string;
};
success: boolean;
}
message: string
subscription: {
authKey: string;
createdAt: unknown;
endpoint: string;
id: string;
isActive: boolean;
p256dhKey: string;
updatedAt: unknown;
userAgent?: null | string;
username: string;
}
authKey: string
createdAt: unknown
endpoint: string
id: string
isActive: boolean
p256dhKey: string
updatedAt: unknown
Optional userAgent?: null | string
username: string
success: boolean
Создать веб-пуш подписку для пользователя