ntk-cms-api
Version:
Ntk Cms Api And Model For Typscript
9 lines (8 loc) • 354 B
TypeScript
import { BaseModuleEntity } from '../base/baseModuleEntity';
import { SmsMainApiNumberModel } from './smsMainApiNumberModel';
export declare class SmsMainApiPathAndApiNumberModel extends BaseModuleEntity<string> {
linkApiPathId: string;
linkApiNumberId: string;
apiPath: SmsMainApiNumberModel;
apiNumber: SmsMainApiNumberModel;
}