Type alias CommandOutputBinDTO

CommandOutputBinDTO: Record<string, any> & {
    bin: Blob[];
}

Type declaration

  • bin: Blob[]