1
This commit is contained in:
@@ -23,7 +23,7 @@ export type PublicUserSearchResponse = {
|
||||
};
|
||||
|
||||
export type AuthEntryRequest = {
|
||||
username: string;
|
||||
phone: string;
|
||||
password: string;
|
||||
};
|
||||
|
||||
|
||||
@@ -66,6 +66,8 @@ export interface RpgAgentOperationRecord {
|
||||
phaseDetail: string;
|
||||
progress: number;
|
||||
error?: string | null;
|
||||
/** 操作创建时间,草稿生成进度页用它计算总耗时。 */
|
||||
startedAt?: string | null;
|
||||
updatedAt?: string | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user