egirlskey/packages/frontend/src/types/date-separated-list.ts

7 lines
114 B
TypeScript

export type MisskeyEntity = {
id: string;
createdAt: string;
_shouldInsertAd_?: boolean;
[x: string]: any;
};