interface UmbRenameServerFileDataSource<DetailType> {
    rename(unique: string, name: string): Promise<UmbDataSourceResponse<DetailType>>;
}

Type Parameters

  • DetailType extends {
        unique: string;
    }

Methods

Methods

""