Type Alias ResultMeta

type ResultMeta = {
    countTotal?: number;
}
Index

Properties

Properties

countTotal?: number