TComputeSchema

type TComputeSchema = {
computeName: IComputeSchema["computeName"];
} & Partial<IComputeSchema>;