Variable $ProjectFeeUpdateRequestConst

$ProjectFeeUpdateRequest: {
    additionalProperties: false;
    properties: {
        crypto: {
            $ref: "#/components/schemas/ProjectCryptoFees";
        };
        stripe: {
            $ref: "#/components/schemas/ProjectStripeFees";
        };
    };
    required: readonly ["stripe", "crypto"];
    type: "object";
} = ...