1
Fork 0
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:
Jay 2025-02-16 16:54:38 -08:00
parent 89e2e90196
commit df141d5832
No known key found for this signature in database
GPG key ID: 97C2E533F17AF0EB

View file

@ -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;