ff6278b147
* Featured items to homepage * Fix nits
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
export type GlobalConfig = {
|
|
pinnedItems: { itemId: string; type: 'post' | 'contract' }[]
|
|
}
|