export interface Content { value: T; append(...value: any[]): this; prepend(...value: any[]): this; }