UNPKG

planning-center-api

Version:

A TypeScript toolkit for building applications on top of the Planning Center API.

6 lines (5 loc) 142 B
import { PlanningCenter } from "../client"; export declare class CheckInsApp { private client; constructor(client: PlanningCenter); }