Appearance
@loontail/minecraft-kit / FileRef
Type Alias: FileRef
ts
type FileRef = {
category?: string;
target: string;
url: string;
};Defined in: src/types/events.ts:38
Reference to a single file used in download events.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
category? | readonly | string | src/types/events.ts:41 |
target | readonly | string | src/types/events.ts:40 |
url | readonly | string | src/types/events.ts:39 |