Skip to content

Instantly share code, notes, and snippets.

@sodiray
Created August 9, 2022 22:57
Show Gist options
  • Select an option

  • Save sodiray/cfc956be27e2ad997e75ca76a62882e4 to your computer and use it in GitHub Desktop.

Select an option

Save sodiray/cfc956be27e2ad997e75ca76a62882e4 to your computer and use it in GitHub Desktop.
export type Listing = {
id: string
title: string
categoryId: string
description: string
price: number
userId: string
expiresAt: number
reported: number
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment