sorting interfaces

interface SortArgument {
    ascending: boolean;
    attribute: string;
}

Properties

Properties

ascending: boolean
attribute: string