interface EntityCreationOptions {
    attributes?: AttributeCreationOptions[];
    name: string;
}

Properties

Properties

name: string