export interface ListObjectRequiredProps { id: T; } export interface PositionProps { top?: T; right?: T; bottom?: T; left?: T; }