Zod Utils by Ian Macalinao
    Preparing search index...

    Type Alias PrefixedString<TPrefix>

    PrefixedString: `${TPrefix}_${string}`

    A string that starts with a prefix and is followed by an underscore and a string.

    Type Parameters

    • TPrefix extends string