export default interface Set { id?: number; name?: string; reps?: number | string; weight?: number | string; created?: string; unit?: string; }