import { Id, IdSchema } from './Id'

export const ProjectUidSchema = IdSchema

export type ProjectUid = Id
