// Generated by briven cli. Do not edit by hand. export type Tables = Record; export type Doc = Tables[T]; export type Id<_T extends keyof Tables> = string;