parent
937fa20686
commit
a078a90221
@ -0,0 +1,8 @@ |
||||
export type TemplateType = { |
||||
type: 'git' | 'plugin' |
||||
url?: string |
||||
branch?: string |
||||
name?: string |
||||
endpoint?: string |
||||
params?: any[] |
||||
} |
Loading…
Reference in new issue