Type Alias RawStockChangeInternal
RawStockChange: {
stock_article_id: string;
stock_change: string;
stock_delivery_note_number: string;
stock_description: string;
stock_id: string;
stock_invoice_number: string;
stock_timestamp: string;
}
Type declaration
stock_article_id: string
stock_change: string
stock_delivery_note_number: string
stock_description: string
stock_id: string
stock_invoice_number: string
stock_timestamp: string
This schema defines the structure of a raw-article-stock-change object including default values.