new lib version [CI SKIP]
This commit is contained in:
7
dist/models/ImportRunner.d.ts
vendored
Normal file
7
dist/models/ImportRunner.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare type ImportRunner = {
|
||||
firstname: string;
|
||||
middlename?: string;
|
||||
lastname: string;
|
||||
team?: string;
|
||||
class?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user