Skip to content
Snippets Groups Projects
Commit adae7cf2 authored by marihachi's avatar marihachi
Browse files

fix TODO type

parent 6ae5f762
No related branches found
No related tags found
No related merge requests found
import { Ad, Announcement, Antenna, App, AuthSession, Clip, DriveFile, DriveFolder, GalleryPost, InstanceMetadata, Note, OriginType, Page, ServerInfo, Stats, User, UserGroup, UserList, UserSorting } from './entities';
type TODO = Record<string, any>;
import {
Ad, Announcement, Antenna, App, AuthSession, Clip, DriveFile, DriveFolder, GalleryPost, InstanceMetadata,
Note, OriginType, Page, ServerInfo, Stats, TODO, User, UserGroup, UserList, UserSorting
} from './entities';
type ShowUserReq = { username: string; host?: string; } | { userId: User['id']; };
......
export type ID = string;
export type DateString = string;
type TODO = Record<string, any> | null;
export type TODO = Record<string, any> | null;
export type User = {
id: ID;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment