TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Interface TextData<T>

    Wrapper interface for any text data, such as external-links. This will mostly be from the admin dashboard

    interface TextData<T> {
        data: T;
        type: string;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: T

    Data to store

    type: string

    Type value of the text data (eg. external-links)