Remove unused MetaContent type
This commit is contained in:
parent
e999d693d0
commit
e2adc7ad1a
|
@ -52,15 +52,4 @@ const metaContentSchema = z.object({
|
||||||
/** Parses kind 0 content from a JSON string. */
|
/** Parses kind 0 content from a JSON string. */
|
||||||
const jsonMetaContentSchema = jsonSchema.pipe(metaContentSchema).catch({});
|
const jsonMetaContentSchema = jsonSchema.pipe(metaContentSchema).catch({});
|
||||||
|
|
||||||
/** Author metadata from Event<0>. */
|
export { clientMsgSchema, filterSchema, jsonMetaContentSchema, metaContentSchema, nostrIdSchema, signedEventSchema };
|
||||||
type MetaContent = z.infer<typeof metaContentSchema>;
|
|
||||||
|
|
||||||
export {
|
|
||||||
clientMsgSchema,
|
|
||||||
filterSchema,
|
|
||||||
jsonMetaContentSchema,
|
|
||||||
type MetaContent,
|
|
||||||
metaContentSchema,
|
|
||||||
nostrIdSchema,
|
|
||||||
signedEventSchema,
|
|
||||||
};
|
|
||||||
|
|
Loading…
Reference in New Issue