Type Alias ChunksRefs

{
* chunkIds: [
* "c2ef42d9-7164-4fb0-bdbb-6534ae37263e",
* "486ada2c-f895-4961-8ba5-7995f1026d26"
* ]
* }
type ChunksRefs = {
    chunkIds: string[];
}
Index

Properties

Properties

chunkIds: string[]