Type Alias AsukaPortableProductDesigner

AsukaPortableProductDesigner: Record<string, unknown> & {
    state?: AsukaExportedState;
}

Type declaration