fivem-ts

a library to speed up the development of Fivem scripts and frameworks


Project maintained by Purpose-Dev Hosted on GitHub Pages — Theme by mattgraham

fivem-ts - Documentation v0.7.5Docs


fivem-ts - Documentation v0.7.5 / Shared / AsyncCallback

Type Alias: AsyncCallback()<T>

AsyncCallback<T>: (value) => Promise<void>

Type Parameters

T

Parameters

value: T

Returns

Promise<void>

Defined in

shared/types/callbacks/AsyncCallback.ts:1