forked from daren.hsu/line_push
4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
export default function handleLoginAndInitFeatures(config: {
|
|
liffId: string;
|
|
}): Promise<void>;
|