UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

7 lines (6 loc) 244 B
export declare const JOB_HAS_NO_LOCATION = "JOB_HAS_NO_LOCATION"; export interface JobHasNoLocationAction { type: 'JOB_HAS_NO_LOCATION'; refId: string; } export declare const jobHasNoLocation: (refId: string) => JobHasNoLocationAction;