UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

8 lines (7 loc) 155 B
export interface HistoryRequest { id: string; start?: number; num?: number; detailLevel?: 0 | 1 | 2 | 3 | 4 | 5; actions?: string[]; }