UNPKG

web-push-notifications

Version:
5 lines (4 loc) 130 B
import { type TMigrationType } from '../Storage.types'; export default class Migrations { get all(): Array<TMigrationType>; }