Skip to content
ts
import { Client } from "@domains/entities";
import { C } from "@duplojs/utils";

export const ClientCanRentUseCase = C.createUseCase(
	{},
	(__) => Client.cantRent,
);

Released under the MIT License.