import { IWorkspace } from "@plane/types"; type TProps = { workspace: IWorkspace; }; export const SubscriptionPill = (props: TProps) => <>;