mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +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
|
||||
* the pass archive.
|
||||
* @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;
|
||||
*/
|
||||
|
||||
load(resource, name): this;
|
||||
load(resource: string, name: string): this;
|
||||
}
|
||||
|
||||
declare class FieldContainer {
|
||||
|
||||
Reference in New Issue
Block a user