chore(cypress): add types folder, add Source type
parent
ad0ac4e09f
commit
2311e94ef8
|
@ -0,0 +1,4 @@
|
|||
export interface Source {
|
||||
id: string,
|
||||
name: string
|
||||
}
|
Loading…
Reference in New Issue