5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
import author from './author'
|
|
import post from './post'
|
|
|
|
export const schemaTypes = [author, post]
|