node-ovh-ts
Version:
OVH API wrapper library for TypeScript
15 lines (13 loc) • 331 B
TypeScript
type DbaasLogsIndex = {
alertNotifyEnabled?: boolean | null;
createdAt?: Date;
currentSize?: number | null;
description?: string | null;
indexId?: string;
isEditable?: boolean;
maxSize?: number;
name?: string;
nbShard?: number | null;
updatedAt?: Date | null;
};
export { DbaasLogsIndex };