d
d: {     channel_id: string;     code: string;     created_at: string;     guild_id?: string;     inviter?: RawUser;     max_age: number;     max_uses: number;     target_application?: RawPartialApplication;     target_type?: InviteTargetTypes;     target_user?: RawUser;     temporary: boolean;     uses: number; } Type declaration
channel_id: string
code: string
created_at: string
Optional guild_id?: string
Optional inviter?: RawUser
max_age: number
max_uses: number
Optional target_user?: RawUser
temporary: boolean
uses: number