export type App = {
    id: string;
    name: string;
    callbackUrl: string;
    permission: Array<string>;
    secret: string;
};
