@tryforge/forgescript
Version:
ForgeScript is a comprehensive package that empowers you to effortlessly interact with Discord's API. It ensures scripting remains easy to learn and consistently effective.
11 lines • 334 B
TypeScript
import { ArgType, NativeFunction } from "../../structures";
import { BasicTimeFormat } from "./hour";
declare const _default: NativeFunction<[{
name: string;
description: string;
rest: false;
type: ArgType.Enum;
enum: typeof BasicTimeFormat;
}], true>;
export default _default;
//# sourceMappingURL=second.d.ts.map