@jackdevau/up-api API Reference
    Preparing search index...

    Interface ListCategoriesResponse

    Represents the response from the List Categories endpoint.

    interface ListCategoriesResponse {
        data: CategoryResource[];
    }
    Index

    Properties

    Properties