namespace MisskeyEntity { export type App = { id: string name: string callbackUrl: string permission: Array secret: string } }