mirror of
https://github.com/harness/drone.git
synced 2025-05-21 11:29:52 +08:00

* update: [code-2017] id and display_name to identifier * fix: [code-2017] comment update * fix: [code-2017] replace identifier with id in pipelines * fix: [code-2017] prettier * update: [code-2017] swagger
5 lines
170 B
TypeScript
5 lines
170 B
TypeScript
import { atom } from 'jotai'
|
|
import type { RepoRepositoryOutput } from 'services/code'
|
|
|
|
export const repoMetadataAtom = atom<RepoRepositoryOutput | undefined>(undefined)
|