Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

バザー #20

Open
re-taro opened this issue Sep 23, 2022 · 0 comments
Open

バザー #20

re-taro opened this issue Sep 23, 2022 · 0 comments

Comments

@re-taro
Copy link
Member

re-taro commented Sep 23, 2022

API要求

バザーに関するAPI

概要

  • 一般的な登録取得更新削除
  • group_typeで指定して取得

型の定義(特に希望がなければこちらで設計する)

type Bazaar = {
  name: string;
  description: string;
  image: string;
  prices: ReadonlyArray<string>;
  group: string;
  group_type: "eating" | "recreation";
}
@Bayathy Bayathy added this to the バザーのAPI milestone Oct 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants