chore: improve prop type definition

This commit is contained in:
kolaente 2023-04-01 21:56:43 +02:00
parent 0fc56135b3
commit 3245ebb848
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -47,7 +47,7 @@ import {success} from '@/message'
import type { IconProp } from '@fortawesome/fontawesome-svg-core'
const props = defineProps({
entity: String,
entity: String as ISubscription['entity'],
entityId: Number,
isButton: {
type: Boolean,