Bolos
Type
type BOLO = {
id: number,
name: string,
description: string,
vehicle: string,
date: number,
createdAt: string,
tag: {
identifier: string,
label: string,
color: string
},
player: {
identifier: string,
name: string
}
}Exports
Search a bolo
Create a new Bolo
Update a Bolo
Delete an Bolo
Last updated