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

6 lines
109 B
TypeScript

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