mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat: platform
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
export * from './model'
|
||||
export * from './schedule'
|
||||
export * from './schedule'
|
||||
export * from './platform'
|
||||
@@ -0,0 +1,7 @@
|
||||
export interface Platform {
|
||||
id: string
|
||||
name: string
|
||||
endpoint: string
|
||||
config: Record<string, unknown>
|
||||
active: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user