export type Body_send_boc_sendBoc_post = {
    /**
     * b64 encoded bag of cells
     */
    boc: string;
};
