Type alias ChangeNotificationSetttingsResponse<T>

ChangeNotificationSetttingsResponse<T extends NotificationSettingsContentType>: {
    [x in T]: number
} & {
    status: "ok";
}

Type Parameters