Type Alias BigMapKey

BigMapKey: {
    key: {
        [key: string]: string | object[];
    };
    type: {
        args?: object[];
        prim: string;
    };
}