3 lines
125 B
TypeScript
3 lines
125 B
TypeScript
import { ProfilePlusInterface } from '../store';
|
|
export default function getProfilePlus(): ProfilePlusInterface | undefined;
|