useresponse
    Preparing search index...

    Interface ObjectType

    interface ObjectType {
        icon?: { big?: string; small?: string };
        order?: number;
        slug?: string;
        supports?: { comments?: boolean; negativeVote?: boolean; votes?: boolean };
        title?: { plural?: string; single?: string };
    }
    Index

    Properties

    icon?: { big?: string; small?: string }
    order?: number
    slug?: string
    supports?: { comments?: boolean; negativeVote?: boolean; votes?: boolean }
    title?: { plural?: string; single?: string }