BindMount type

Signature:

export type BindMount = {
    hostPath: string;
    containerPath: string;
    readOnly: boolean;
};