UNPKG

@trophyso/node

Version:
8 lines (7 loc) 145 B
/** * A deleted resource represented by ID. */ export interface DeletedResource { /** The ID of the deleted resource. */ id: string; }