Skip to content

[BUG] Typescript bindings : models #3259

@notV4l

Description

@notV4l

Describe the bug

The interface is well splited by package
ex:

export interface SchemaType extends ISchemaType {
  package_1: {
    ModelA: ModelA;
  },
   package_2: {
    ModelB: ModelB;
  },
}

but seems the schema const is not
ex:

export const schema: SchemaType = {
  package_1: {
    ModelA,
    ModelB
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions