mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 22:25:24 +00:00
Updated declaration file
This commit is contained in:
4
index.d.ts
vendored
4
index.d.ts
vendored
@@ -60,11 +60,11 @@ export declare class Pass {
|
|||||||
* Sets resources to be downloaded right inside
|
* Sets resources to be downloaded right inside
|
||||||
* the pass archive.
|
* the pass archive.
|
||||||
* @param resource - url
|
* @param resource - url
|
||||||
* @param name - name to be used inside the archive
|
* @param name - name (or path) to be used inside the archive
|
||||||
* @returns this;
|
* @returns this;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
load(resource, name): this;
|
load(resource: string, name: string): this;
|
||||||
}
|
}
|
||||||
|
|
||||||
declare class FieldContainer {
|
declare class FieldContainer {
|
||||||
|
|||||||
Reference in New Issue
Block a user