UNIVPLMDataIntegration/Web/src/api-services/models/init-table-seed-data-input.ts

35 lines
1.0 KiB
TypeScript
Raw Normal View History

/* tslint:disable */
/* eslint-disable */
/**
* Admin.NET
* .NET <br/><u><b><font color='FF0000'> 👮</font></b></u>
*
* OpenAPI spec version: 1.0.0
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
/**
*
*
* @export
* @interface InitTableSeedDataInput
*/
export interface InitTableSeedDataInput {
/**
* @type {string}
* @memberof InitTableSeedDataInput
*/
configId?: string | null;
/**
* @type {Array<string>}
* @memberof InitTableSeedDataInput
*/
entityNames?: Array<string> | null;
}