@typed-discord/rest
    Preparing search index...

    Interface GuildBanResponse

    interface GuildBanResponse {
        reason: string | null;
        user: UserResponse;
    }
    Index

    Properties

    Properties

    reason: string | null