/**
 * This file was generated by st-open-api
 */
export interface IOrderCheckOrderRequest {
    amount: number;
    projectId: string;
}
