Type Alias ShortInput

ShortInput: {
    content: string;
    datePublishedAt: string;
    slug: string;
    title: string;
} & { attachments?: NoteMetadataAttachmentBase<"address">[] }