Hierarchy

  • ComponentData

Properties

Properties

data?: {
    $case: "json";
    json: any;
} | {
    $case: "binary";
    binary: Uint8Array;
}