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

    Interface AccountResponse

    interface AccountResponse {
        id: string;
        name: string | null;
    }
    Index

    Properties

    Properties

    id: string
    name: string | null