multi-project/projects/environments/htmlenv.ts

7 lines
125 B
TypeScript

export const html = {
project:'root',
header: null,
leftContent: null,
footer: null,
rightContent: null
}