Esposter
    Preparing search index...

    Interface CompositeKeyEntityConstraint

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

    Hierarchy

    • ZodRawShape
      • CompositeKeyEntityConstraint

    Indexable

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

    Properties

    Properties

    partitionKey: ZodString | ZodUUID
    rowKey: ZodString | ZodUUID