X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futility-types.ts;fp=src%2Futility-types.ts;h=12067c077e06599339a0b01e0ebc51df42178713;hb=ff3f866a041b682830639663364c389628095658;hp=a418ee885f903d3bb9838c0c34be0e6bbce43524;hpb=c55c9b5d98761c0d49691c2550dc1de7dca53c3a;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] }