Type Alias FindResponseMeta

Meta for FIND operations

type FindResponseMeta = {
    count: number;
}
Index

Properties

Properties

count: number