Base structure #2

This commit is contained in:
2022-11-24 02:12:52 +01:00
parent 261627570d
commit d8365128fc
20 changed files with 1528 additions and 41 deletions

7
src/commands/ci.ts Normal file
View File

@ -0,0 +1,7 @@
import * as notification from "./notification";
const array = [notification.builder.toJSON()];
export {
array
}