frontend/types/mastodon/application.ts

6 lines
109 B
TypeScript

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