Avatar
type JSON = { load: { key: string } } | { store: { key: string, value: number } } こういうことですか?