barkey/packages/megalodon/src/friendica/entities/application.ts
2023-09-25 01:49:57 +02:00

7 lines
139 B
TypeScript

namespace FriendicaEntity {
export type Application = {
name: string
website?: string | null
vapid_key?: string | null
}
}