Esposter
    Preparing search index...

    Interface CompositeKeyEntityConstraint

    interface CompositeKeyEntityConstraint {
        partitionKey: ZodType<string, string>;
        rowKey: ZodType<string, string>;
        readonly [key: string]: $ZodType<
            unknown,
            unknown,
            $ZodTypeInternals<unknown, unknown>,
        >;
    }

    Hierarchy

    • ZodRawShape
      • CompositeKeyEntityConstraint

    Indexable

    • readonly [key: string]: $ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>
    Index
    partitionKey: ZodType<string, string>
    rowKey: ZodType<string, string>