mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
chores: add back cursorsdottsx credits
This commit is contained in:
@@ -16,7 +16,7 @@ export type Visibility = 'private' | 'public';
|
||||
export type possibleOutput<T = string> = T | (MessagePayload & MessageOptions);
|
||||
export type Nullable<T> = T | null;
|
||||
export type execute = Sern.Module<unknown>['execute'];
|
||||
|
||||
// Thanks @cursorsdottsx
|
||||
export type ParseType<T> = {
|
||||
[K in keyof T]: T[K] extends unknown ? [k: K, args: T[K]] : never;
|
||||
}[keyof T];
|
||||
|
||||
Reference in New Issue
Block a user