Skip to content

Commit e7045b7

Browse files
committed
Add missing layers property in typings
1 parent 8d98ad9 commit e7045b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ export interface Character {
276276
default_expression?: string;
277277
type_animation?: boolean;
278278
nvl?: boolean;
279+
layers?: string[];
279280
layer_assets?: Record<string, Record<string, string>>;
280281
// Legacy property names (for backwards compatibility)
281282
Name?: string;

0 commit comments

Comments
 (0)