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

    Interface ApplicationUserRoleConnectionResponse

    interface ApplicationUserRoleConnectionResponse {
        metadata?: { [key: string]: string };
        platform_name?: string;
        platform_username?: string | null;
    }
    Index

    Properties

    metadata?: { [key: string]: string }
    platform_name?: string
    platform_username?: string | null