Type Alias RawScriptByPathTokenedData

RawScriptByPathTokenedData: {
    path: string;
    token: string;
    workspace: string;
}