.do
ApiBusiness

Award

Award entity.

Award

Award entity.

Properties

  • id (string): Unique identifier
  • name (string): Name
  • createdAt (Date): Created
  • updatedAt (Date): Updated

Actions

create

Create

Input: Award
Output: Award

read

Read

Input: string
Output: Award

update

Update

Input: Award
Output: Award

delete

Delete

Input: string
Output: boolean

list

List

Input: -
Output: Award[]

Events

  • created: Created
  • updated: Updated
  • deleted: Deleted