datatables.net-editor-server
    Preparing search index...

    Interface StateRestoreResponse

    interface StateRestoreResponse {
        data?: State[];
        error?: string;
    }
    Index

    Properties

    Properties

    data?: State[]
    error?: string