Web API for code.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

8 regels
125 B

  1. export type Log = {
  2. id: number,
  3. subjectUserId: Buffer,
  4. subjectUsername: string,
  5. action: string,
  6. createdAt: Date,
  7. }