Skip to content

Commit

Permalink
Add Channel to type
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Dec 6, 2024
1 parent 8a57744 commit 81079ac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,12 +294,14 @@ const editLease = ref<{
id?: number
name: string
duration: string
channel: string | null
expiration?: string | null
stream_user: string | null
stream_pass: string | null
}>({
name: '',
duration: '16 Hours',
channel: null,
stream_user: '',
stream_pass: ''
});
Expand Down

0 comments on commit 81079ac

Please sign in to comment.