Skip to content

@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

PropertyModifierTypeDefined in
category?readonlystringsrc/types/events.ts:41
targetreadonlystringsrc/types/events.ts:40
urlreadonlystringsrc/types/events.ts:39

MIT License