@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface Template

    Template-related type definitions for the Contio Partner API

    Templates define reusable meeting structures with associated next steps.

    interface Template {
        backing_meeting_id?: string;
        created_at: string;
        description?: string;
        id: string;
        name: string;
        updated_at: string;
    }
    Index

    Properties

    backing_meeting_id?: string
    created_at: string
    description?: string
    id: string
    name: string
    updated_at: string