import { ApplicationId } from 'teambition-types'; export interface ApplicationSchema { _id: ApplicationId; name: string; updated: string; created: string; status: string; description: { zh: string; en: string; }; title: { zh: string; en: string; }; type: number; }