marsol
Version:
Marsol.ly services JS SDK
32 lines (31 loc) • 535 B
text/typescript
/**
*
* @export
* @interface CreateProjectResponseDto
*/
export interface CreateProjectResponseDto {
/**
*
* @type {string}
* @memberof CreateProjectResponseDto
*/
id: string;
/**
*
* @type {string}
* @memberof CreateProjectResponseDto
*/
name: string;
/**
*
* @type {string}
* @memberof CreateProjectResponseDto
*/
accountId: string;
/**
*
* @type {string}
* @memberof CreateProjectResponseDto
*/
createdAt: string;
}