fix supabase server type

This commit is contained in:
Lio Young 2021-07-08 22:17:09 +02:00
parent 7114c52ac0
commit f9b6f37688
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export type Server = {
shortlinks: boolean
sourcefinder: boolean
embeds: boolean
interactiontext: boolean
interaction_text: boolean
}