trptk-sanity/schemaTypes/index.ts

3 lines
135 B
TypeScript

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