UNPKG
@communityox/ox_core
Version:
latest (1.5.8)
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
A modern FiveM framework.
communityox/ox_core
@communityox/ox_core
/
package
/
server
/
db
/
schema.d.ts
3 lines
(2 loc)
•
85 B
TypeScript
View Raw
1
2
3
import
{
Pool
}
from
'mariadb'
;
export
default
function
(
pool: Pool
):
Promise
<
void
>;