Type Alias GetHubScriptByPathResponse

GetHubScriptByPathResponse: {
    content: string;
    language: string;
    lockfile?: string;
    schema?: unknown;
    summary?: string;
}