oh-my-live2d
Version:
live2d component for web. 看板娘组件, 支持 model2、model3、model4
19 lines (18 loc) • 368 B
TypeScript
export type IdleTimer = {
start: () => Promise<void>;
stop: () => void;
};
export type WordTheDayData = {
id: number;
uuid: string;
hitokoto: string;
type: string;
from: string;
from_who: string;
creator: string;
creator_uid: number;
reviewer: number;
commit_from: string;
created_at: string;
length: number;
};