X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futility-types.ts;h=12067c077e06599339a0b01e0ebc51df42178713;hb=afc31b323ab36e1a5e7fe1bd7aeb5dd4fad2aa8a;hp=a418ee885f903d3bb9838c0c34be0e6bbce43524;hpb=90d7d101196cf9702ccc1d220dd33cca67a427b0;p=poolifier.git diff --git a/src/utility-types.ts b/src/utility-types.ts index a418ee88..12067c07 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -152,3 +152,5 @@ export interface PromiseResponseWrapper { */ readonly workerNodeKey: number } + +export type Writable = { -readonly [P in keyof T]: T[P] }