export type ResourcePoint = { /** * The display name of the resource. */ name?: string | null; readonly points: number; };