barkey/packages/megalodon/src/friendica/entities/application.ts
2023-09-24 01:44:53 +02:00

7 lines
139 B
TypeScript

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