mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-12 13:48:28 +09:00
update API docs
This commit is contained in:
parent
b5022ac2c6
commit
5f6d708e77
@ -1684,7 +1684,7 @@ export type Endpoints = {
|
||||
title: string;
|
||||
start: number;
|
||||
end?: null | number;
|
||||
metadata: Record<string, string[]>;
|
||||
metadata: Record<string, string>;
|
||||
};
|
||||
};
|
||||
res: {
|
||||
@ -1774,7 +1774,7 @@ export type Endpoints = {
|
||||
sinceDate?: number;
|
||||
untilDate?: number;
|
||||
sortBy?: 'startDate' | 'craetedAt';
|
||||
filters?: Record<string, string[]>;
|
||||
filters?: [string, (string | null)[]][];
|
||||
};
|
||||
res: Note[];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user