Zod Utils by Ian Macalinao
    Preparing search index...

    Type Alias IDSchemas<TMapping>

    IDSchemas: { [K in PrefixedTable<TMapping>]: ZodPrefixedId<TMapping, K> }

    A set of Zod schemas for a given mapping of table names to prefixes.

    Type Parameters