export interface IPapipointResponse {
    ticketCount: number;
    point: number;
    shareCount: number;
    hasInstall: boolean;
}
