Response from removing a folder.

interface IFolderStatusResponse {
    folder: {
        id: string;
        title: string;
        username: string;
    };
    success: boolean;
}

Properties

Properties

folder: {
    id: string;
    title: string;
    username: string;
}

Type declaration

  • id: string
  • title: string
  • username: string
success: boolean

Success or failure