4 lines
93 B

export interface BenchmarkProperty {
enableSharing?: boolean;
symbolProfileId: string;
}