import { Uuid } from "@win2win/shared";

export function useGeneratePdf(idLayout: Uuid) {

    return null
}