distype - v3.0.1
    Preparing search index...

    Interface PermissionsChannel

    Properties of an APIChannel that are relevant to permissions.

    interface PermissionsChannel {
        permission_overwrites?: APIOverwrite[];
    }
    Index

    Properties

    permission_overwrites?: APIOverwrite[]