Type Alias Cut<T>

    type Cut<T> = {
        "[CUT_KEY]": T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    "[CUT_KEY]": T