videosphere
    Preparing search index...

    Interface ExampleItem

    Defines the shape of example item.

    interface ExampleItem {
        id: string;
        title: string;
        description: string;
        createdAt: string;
    }
    Index

    Properties

    id: string
    title: string
    description: string
    createdAt: string