Skip to content

Instantly share code, notes, and snippets.

@laurisstepanovs
Created August 25, 2023 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laurisstepanovs/f6287c37fd69f6fb2c2cfaa6896e7f39 to your computer and use it in GitHub Desktop.
Save laurisstepanovs/f6287c37fd69f6fb2c2cfaa6896e7f39 to your computer and use it in GitHub Desktop.
export type CustomType = {
list: Array<User>
}
export type UsersQueryResponse = Response<CustomType>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment