mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +00:00
fixes
This commit is contained in:
@@ -141,9 +141,12 @@ export const repoQuery = s.recursive((self) =>
|
||||
.partial(),
|
||||
);
|
||||
export const getRepoQueryTemplate = () =>
|
||||
repoQuery.template({
|
||||
withOptional: true,
|
||||
}) as Required<RepoQuery>;
|
||||
repoQuery.template(
|
||||
{},
|
||||
{
|
||||
withOptional: true,
|
||||
},
|
||||
) as Required<RepoQuery>;
|
||||
|
||||
export type RepoQueryIn = {
|
||||
limit?: number;
|
||||
|
||||
Reference in New Issue
Block a user