trptk-sanity/schemaTypes/index.ts

3 lines
135 B
TypeScript

import {releaseType} from './releaseType'
import {artistType} from './artistType'
export const schemaTypes = [releaseType, artistType]