3 lines
135 B
TypeScript
3 lines
135 B
TypeScript
import {releaseType} from './releaseType'
|
|
import {artistType} from './artistType'
|
|
export const schemaTypes = [releaseType, artistType]
|