diff options
author | MetaMuffin <metamuffin@yandex.com> | 2021-08-04 21:00:34 +0200 |
---|---|---|
committer | MetaMuffin <metamuffin@yandex.com> | 2021-08-04 21:00:34 +0200 |
commit | a8d6fa97be777ab08f09252dc4864ba241b17687 (patch) | |
tree | af9955f59049c87100b85669eb90368b607e21d6 /source/models.ts | |
parent | 6d4a9c797edf2bbb75cea6afef109cb457c52641 (diff) | |
download | keks-meet-a8d6fa97be777ab08f09252dc4864ba241b17687.tar keks-meet-a8d6fa97be777ab08f09252dc4864ba241b17687.tar.bz2 keks-meet-a8d6fa97be777ab08f09252dc4864ba241b17687.tar.zst |
a
Diffstat (limited to 'source/models.ts')
-rw-r--r-- | source/models.ts | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source/models.ts b/source/models.ts deleted file mode 100644 index 45a3825..0000000 --- a/source/models.ts +++ /dev/null @@ -1,11 +0,0 @@ - -export interface CallDocModel { - offer: SessionModel - offer_candidates: CandidateModel[] - on_answer: (a: SessionModel) => void - on_offer_candidate: (a: CandidateModel) => void - on_answer_candidate: (a: CandidateModel) => void - answered: boolean -} -export type CandidateModel = any -export type SessionModel = any |