Content<T>: {
    [id: string]: T | undefined;
}

Database content map

Type Parameters

  • T

Type declaration

  • [id: string]: T | undefined