Type Alias GroupStateInfo

type GroupStateInfo = {
    qCurrentItemName?: string;
    qGroupName?: string;
}
Index

Properties

qCurrentItemName?: string
qGroupName?: string