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

Type Parameters

Methods

Methods

MMNEPVFCICPMFPCPTTAAATR