Evidences
Here, you'll find key exports for managing evidences. These exports allow you to create, update, and delete evidences as needed.
Type
type Evidence = {
id: number,
name: string,
description: string,
vehicles?: string[],
archive?: number[],
weapons?: {
serial: string,
label: string
}[],
images: {
id: number,
value: string,
description: string
}[],
players: {
identifier: string,
name: string
}[],
cops: {
identifier: string,
name: string
}[],
createdAt: string
}Exports
Search for evidence
Create new evidence
Update evidence
Delete evidence
Last updated
Was this helpful?