chore(cypress): add types folder, add Source type

pull/5963/head
k3yi0 2022-06-28 13:51:34 +02:00
parent ad0ac4e09f
commit 2311e94ef8
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
export interface Source {
id: string,
name: string
}