refactor(data): merge DTO models into schemas
This commit is contained in:
@@ -13,7 +13,7 @@ import {
|
||||
|
||||
const log = new Logger("StoresChatChatUnlockFlow");
|
||||
|
||||
type UiMessage = import("@/data/dto/chat").UiMessage;
|
||||
type UiMessage = import("@/stores/chat/ui-message").UiMessage;
|
||||
|
||||
export interface UnlockHistoryOutput {
|
||||
unlocked: boolean;
|
||||
|
||||
Reference in New Issue
Block a user