interface GetHistory {
    expand?: string;
    id: string | number;
}

Properties

Properties

expand?: string

The properties on content history to expand

id: string | number

Generated using TypeDoc v0.25.12