mirror of
https://github.com/diced/zipline.git
synced 2025-04-11 23:31:17 -05:00
fix: nevermind on that narrower typing
This commit is contained in:
parent
89e2e90196
commit
df141d5832
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import type { UserExtended } from 'middleware/withZipline';
|
|||
export type ParseValue = {
|
||||
file?: Omit<Partial<File>, 'password'>;
|
||||
url?: Url;
|
||||
user?: Omit<UserExtended, 'password' | 'secret' | 'totpSecret' | 'ratelimit'>;
|
||||
user?: Partial<UserExtended>;
|
||||
|
||||
link?: string;
|
||||
raw_link?: string;
|
||||
|
|
Loading…
Add table
Reference in a new issue