Initial commit: Angular frontend and Expressjs backend
This commit is contained in:
3
worklenz-backend/src/interfaces/serialize-callback.ts
Normal file
3
worklenz-backend/src/interfaces/serialize-callback.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface ISerializeCallback {
|
||||
(error: string | null, id: string | null): void;
|
||||
}
|
||||
Reference in New Issue
Block a user