jamespot-user-api
    Preparing search index...

    Interface RootFolderProps

    interface RootFolderProps {
        folderColor?: string;
        id: number;
        mainType: string;
        title: string;
        type: "rootFolder";
        uri: string;
    }
    Index

    Properties

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