Trello.js - API library
    Preparing search index...

    Interface SavedSearch

    interface SavedSearch {
        id?: string;
        name?: string;
        pos?: string | number;
        query?: string;
    }
    Index

    Properties

    Properties

    id?: string
    name?: string
    pos?: string | number
    query?: string