cvsa/lib/db/schema.d.ts

9 lines
214 B
TypeScript

export interface AllDataType {
aid: number;
bvid: string | null;
description: string | null;
uid: number | null;
tags: string | null;
title: string | null;
published_at: string | null;
}