Esposter
    Preparing search index...

    Function createMessageMetadataEntitySchema

    • Type Parameters

      • T extends ZodType<string, unknown, $ZodTypeInternals<string, unknown>>

      Parameters

      • typeSchema: T

      Returns ZodObject<
          {
              createdAt: ZodDate;
              deletedAt: ZodNullable<ZodDate>;
              messageRowKey: ZodString;
              partitionKey: ZodUUID;
              rowKey: ZodString;
              type: T;
              updatedAt: ZodDate;
          },
          $strip,
      >