Type Alias GetHubAppByIdResponse

GetHubAppByIdResponse: {
    app: {
        summary: string;
        value: unknown;
    };
}