interface D1ExecResult {
    count: number;
    duration: number;
}

Properties

Properties

count: number
duration: number