export type StateInit = {
    boc: string;
    interfaces: Array<string>;
};
