type Label = { [label: string]: string } type WeightDevice = Array<{ path: string weight: number }> type DeviceBLK = Array<{ path: string rate: number | string }> type BuildServices = { context: string dockefile: string dockerfile_inline: string args: Label ssh: Array cache_from: Array cache_to: Array additional_contexts: Array