devowl-wp
    Preparing search index...
    type ServiceGroup = {
        id: number;
        isEssential: boolean;
        items: Service[];
        slug: string;
    }
    Index

    Properties

    id: number
    isEssential: boolean
    items: Service[]
    slug: string