We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d98ad9 commit e7045b7Copy full SHA for e7045b7
1 file changed
src/lib/types/index.ts
@@ -276,6 +276,7 @@ export interface Character {
276
default_expression?: string;
277
type_animation?: boolean;
278
nvl?: boolean;
279
+ layers?: string[];
280
layer_assets?: Record<string, Record<string, string>>;
281
// Legacy property names (for backwards compatibility)
282
Name?: string;
0 commit comments