@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface ChannelSortOrder

    Representation of the fields and direction to sort channels.

    ChannelSortOrder

    interface ChannelSortOrder {
        direction: ChannelSortDirection;
        field: ChannelSortField;
    }
    Index

    Properties

    Properties

    The direction of the sorting on the field attribute.

    The field names that search order can be applied to.