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