UNPKG

marsol

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