TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Interface DeleteObject

    Object that stores data for resource to delete

    interface DeleteObject {
        id: string;
        name: string;
        resource: Resource;
    }
    Index

    Properties

    Properties

    id: string

    ID of resource to delete

    name: string

    Name of resource to delete

    resource: Resource

    Resource type to delete