@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.
15 lines • 436 B
TypeScript
import { ArgType, NativeFunction } from "../../structures";
export declare enum AuthorizingIntegrationOwnersType {
Guild = 0,
User = 1
}
declare const _default: NativeFunction<[{
name: string;
description: string;
rest: false;
required: true;
type: ArgType.Enum;
enum: typeof AuthorizingIntegrationOwnersType;
}], true>;
export default _default;
//# sourceMappingURL=authorizingIntegrationOwners.d.ts.map