4 lines
66 B
TypeScript

export interface PageCollectionOptions {
[x: string]: unknown
}