Files
codeql-action/node_modules/@actions/artifact/lib/internal/shared/util.d.ts
T

6 lines
165 B
TypeScript

export interface BackendIds {
workflowRunBackendId: string;
workflowJobRunBackendId: string;
}
export declare function getBackendIdsFromToken(): BackendIds;