manifold/common/globalConfig.ts
FRC ff6278b147
Featured items to homepage (#1024)
* Featured items to homepage

* Fix nits
2022-10-12 15:04:39 +01:00

4 lines
94 B
TypeScript

export type GlobalConfig = {
pinnedItems: { itemId: string; type: 'post' | 'contract' }[]
}