interface DataModelRepositoryOptions {
    active?: boolean;
    name: RepositoryName;
}

Properties

Properties

active?: boolean