Type Alias PostGameLabsActionOptions
PostGameLabsActionOptions: { actionCode: GameLabsActionCode | string; actionContext: | "world" | "player" | "vehicle" | "object"; parameters?: { [
key:
string]
: { [
key:
string]
: string | number | boolean; }; }; referenceKey: string | null; serverApiId?: string; }