github-as-app
Version:
MCP server for GitHub App operations
23 lines • 521 B
TypeScript
export declare function handleGetIdentity(): Promise<{
app: {
id: any;
slug: any;
name: any;
owner: any;
description: any;
external_url: any;
html_url: any;
created_at: any;
updated_at: any;
};
installation: {
id: any;
account: any;
repository_selection: any;
permissions: any;
events: any;
created_at: any;
updated_at: any;
} | null;
}>;
//# sourceMappingURL=identity.d.ts.map