import { type AppButtonProps } from "@arc-ui/components/AppButton"; export interface FeaturePostAppButtonFooter { type: "appButton"; googlePlay?: Omit; appStore?: Omit; }