mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Added Push
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import { RemoteCallbacks } from './remote-callbacks';
|
||||
import { PushOptions } from './push-options';
|
||||
|
||||
export class Push {
|
||||
static initOptions(opts: PushOptions, version: number): number;
|
||||
}
|
||||
Reference in New Issue
Block a user