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