@thepalaceproject/circulation-admin
    Preparing search index...

    Interface ComplaintsState

    interface ComplaintsState {
        data: ComplaintsData;
        fetchError: RequestError;
        isFetching: boolean;
        postError: RequestError;
        resolveError: RequestError;
        url: string;
    }
    Index

    Properties

    fetchError: RequestError
    isFetching: boolean
    postError: RequestError
    resolveError: RequestError
    url: string