Type Alias ComputationResponse

The ID of the computation

type ComputationResponse = {
    computationId: string;
}
Index

Properties

Properties

computationId: string