bupkis
    Preparing search index...

    Interface $ZodEmojiInternals

    interface $ZodEmojiInternals {
        def: $ZodStringFormatDef<"emoji">;
        pattern: RegExp;
        isst: $ZodIssueInvalidType;
        version: { major: 4; minor: 1; patch: number };
        toJSONSchema?: () => unknown;
        issc: $ZodIssueInvalidStringFormat;
        onattach: ((schema: z.core.$ZodType) => void)[];
        check(payload: ParsePayload<string>): MaybeAsync<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    def: $ZodStringFormatDef<"emoji">

    Schema definition.

    pattern: RegExp

    Internal API, use with caution (not deprecated)

    Internal API, use with caution (not deprecated)

    version: { major: 4; minor: 1; patch: number }

    The @zod/core version of this schema

    toJSONSchema?: () => unknown

    An optional method used to override toJSONSchema logic.

    The set of issues this check might throw.

    onattach: ((schema: z.core.$ZodType) => void)[]

    Methods