🚀New lib version v0.6.3 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-03-18 16:01:27 +00:00
parent f1e5179fc1
commit 971998f954
11 changed files with 62 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
export declare type RunnerSelfserviceTimeoutError = {
name: string;
message: string;
};