server/types/entities-2/application.ts
2024-04-14 00:53:21 -10:00

6 lines
114 B
TypeScript

export interface APIApplication {
name: string;
website?: string | null;
vapid_key?: string | null;
}