feat: some shit
This commit is contained in:
@@ -27,8 +27,8 @@ export interface GiteaOauthUser {
|
||||
groups: any;
|
||||
}
|
||||
|
||||
export type SearchResult = SearchResponse<{
|
||||
id:string;
|
||||
export type TypesenseDocument = {
|
||||
id: string;
|
||||
name: string;
|
||||
type: keyof typeof resources;
|
||||
date?: string;
|
||||
@@ -36,4 +36,6 @@ export type SearchResult = SearchResponse<{
|
||||
tags: string[];
|
||||
description?: string;
|
||||
image?: string;
|
||||
}>;
|
||||
};
|
||||
|
||||
export type SearchResult = SearchResponse<TypesenseDocument>;
|
||||
|
||||
Reference in New Issue
Block a user