subsrt-ts
    Preparing search index...

    Interface MetaCaption

    interface MetaCaption {
        data: string | Record<string, string>;
        name: string;
        tag?: string;
        type: "meta";
    }
    Index

    Properties

    Properties

    data: string | Record<string, string>
    name: string
    tag?: string
    type: "meta"