Model is a struct that holds a KV pair

interface ModelSDKType {
    key: Uint8Array;
    value: Uint8Array;
}

Properties

Properties

key: Uint8Array
value: Uint8Array