UNPKG

marsol

Version:
14 lines (13 loc) 222 B
/** * * @export * @interface CreateProjectRequestDto */ export interface CreateProjectRequestDto { /** * Project name * @type {string} * @memberof CreateProjectRequestDto */ name: string; }