jamespot-user-api
    Preparing search index...

    Interface SpotProps

    interface SpotProps {
        folderColor?: string;
        id: number;
        mainType: string;
        title: string;
        type: string;
        uri: string;
    }
    Index

    Properties

    folderColor?: string
    id: number
    mainType: string
    title: string
    type: string
    uri: string