Zammad addon common updates
This commit is contained in:
parent
e4450c37ee
commit
6fca9c704f
16 changed files with 192 additions and 107 deletions
2
packages/zammad-addon-common/dist/lib.d.ts
vendored
Normal file
2
packages/zammad-addon-common/dist/lib.d.ts
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export declare const createZPM: ({ name, version }: Record<string, string>) => Promise<void>;
|
||||
export declare const createMigration: ({ packageName }: Record<string, string>) => Promise<void>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue