Skip to content

Commit

Permalink
patch(fix): octo | AppType update.
Browse files Browse the repository at this point in the history
  • Loading branch information
rash805115 committed Sep 1, 2024
1 parent 63e2d12 commit 4f330cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/octo/src/app.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type { AResource } from './resources/resource.abstract.js';
import type { IResource } from './resources/resource.interface.js';
import type { ASharedResource } from './resources/shared-resource.abstract.js';

export enum ModelType {
export enum NodeType {
MODEL = 'model',
OVERLAY = 'overlay',
RESOURCE = 'resource',
Expand Down

0 comments on commit 4f330cc

Please sign in to comment.